@import "compass/css3";
.nicesexytext {
  font-family: "Courier New", Courier, monospace;
  font-weight:0;
  font-size:14px;

  margin-left:auto;
  margin-right:auto;
  text-align:center;
  letter-spacing:1px;
  color:#E6E6E5;
  width:100%;
  opacity:1;
  margin-top:-8.5%;

  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.7px;
  /* font-size:16px; */
  font-weight: 600;
  text-decoration: none;
  font-style: normal;
  font-variant: small-caps;
  text-transform: none;
  /* text-shadow: 1px 1px 1px rgba(1,1,1,1); */
  position: relative;
  z-index: 99;
}

.divwrap {
	display:none;
  margin-left:auto;
  margin-right:auto;
  width:15%;
  height:3%;
  margin-top:48%;
  color:white;
  background-color: rgba(0,0,0,0.4);
  border: 2px solid #E6E6E5;
}
.progress {
  width: 100%;
  height: 100%;
}

.progress-wrap {
  height: 100%;
  overflow: hidden;
  position: relative;
}

#progress-bar {
  /* margin:1px; */
  height: 100%;
  overflow: hidden;
  position: relative;
  background:#ff9306;
  left: 0;
  position: absolute;
  top: 0;
  width:50%;
  z-index: 98;
}